home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / little shoving < prev    next >
Text File  |  1999-06-15  |  652b  |  33 lines

  1. Category: Andrew's Filters 16
  2. Title: Little Shoving...
  3. Copyright: Freeware
  4. Author: Andrew Buckle
  5. Filename: LitShovg.8bf
  6.  
  7. R:mix((r+g+b)/3,mix(src(x+rnd(0,10),y+rnd(0,10),z),c,ctl(0),ctl(1)),ctl(2),ctl(3))
  8.  
  9. G:mix((r+g+b)/3,mix(src(x+rnd(0,10),y+rnd(0,10),z),c,ctl(0),ctl(1)),ctl(4),ctl(5))
  10.  
  11. B:mix((r+g+b)/3,mix(src(x+rnd(0,10),y+rnd(0,10),z),c,ctl(0),ctl(1)),ctl(6),ctl(7))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Mix 1
  16. ctl[1]: Mix 2
  17. ctl[2]: Mix Red
  18. ctl[3]: Mix Red Again
  19. ctl[4]: Mix Green
  20. ctl[5]: Mix Green Again
  21. ctl[6]: Mix Blue
  22. ctl[7]: Mix Blue Again
  23.  
  24. val[0]: 198
  25. val[1]: 137
  26. val[2]: 152
  27. val[3]: 49
  28. val[4]: 59
  29. val[5]: 190
  30. val[6]: 29
  31. val[7]: 57
  32.  
  33.